@media (min-width: 767px){
	header.pcnav .head-right .lang a:hover{
		color: #004990;
	}
	.inews .box:hover .more{
		background: url(../img/bg7.png) no-repeat center/cover;
	}
	.inews .box:hover h2{
		color: #004990;
	}
	.isolution .left .main .more:hover{
		background: #fff;
		color: #0053b3;
		box-shadow:0 0 5px 1px rgba(0,0,0,0.1);
	}
	.iaddress .box .more:hover{
		background: #fff;
		color: #0053b3;
		box-shadow:0 0 5px 1px rgba(0,0,0,0.1);
	}
	#about .wrap4 h3.tit .control-btn div:hover{
		background-color: #0053b3;
	}
	#news .wrap1 .yeartaps a:hover{
		color: #333;
	}
	#news .wrap1 .newslist li:hover .imgs img{
		transform: scale(1.1);
	}
	#news .wrap1 li:hover .n-con{
		color: #000;
	}
	.morelist:hover{
	    box-shadow: 0px 0px 8px 5px rgba(237,237,237,1)
	}
	#join .wrap1.joinwrap li .box:hover{
		background-color: #004990;
		transition: all .5s ease-in;
	}
	#join .wrap1.joinwrap li .box:hover .time{
		color: rgba(255,255,255,0.5);
		transition: all .5s ease-in;
	}
	#join .wrap1.joinwrap li .box:hover .j-name{
		color: rgba(255,255,255,1);
		transition: all .5s ease-in;
	}
	#join .wrap1.joinwrap li .box:hover .top{
	    border-bottom: 1px solid #fff;
		transition: all .5s ease-in;
	}
	#join .wrap1.joinwrap li .box:hover .j-tit{
		color: rgba(255,255,255,1);
		transition: all .5s ease-in;
	}
	#join .wrap1.joinwrap li .box:hover p{
		color: rgba(255,255,255,0.5);
		transition: all .5s ease-in;
	}
	#join .wrap1.joinwrap li .box:hover .j-more{
		background-color: #fff;
		color: #333333;
		transition: all .5s ease-in;
	}
	#join .wrap1.pullulate .staff .box:hover .desn{
	    /* box-shadow: 0 0 10px 2px #f1f1f1;
	    transform: translateY(-5%);
	    border-bottom: none; */
	    height: auto;
	    display: none;
	}
	#join .wrap1.pullulate .staff .box:hover .imgs .mark{
		opacity: 1;
	}
	#product .wrap1 li:hover .box{
		background: url('../img/35.jpg') no-repeat center/cover;
	}
	#product .wrap1 li:hover .text{
		color: #fff;
	}
	#product .wrap1 li:hover .fot{
		color: #004990;
		background-image: url('../img/15.png');
	}
	#info .wrap2 .taps a:hover{
		border: 1px solid #004990;
		border-right: none;
		background-color: #004990;
		color: #fff;
	}
	#newsdtl .paging .left a:hover.prev{
		color: #0471cc;
	}
	#newsdtl .paging .left a:hover.next{
		color: #0471cc;
	}
	#news .wrap1 h3 .taps a:hover, #join .wrap1 h3 .taps a:hover, #product .wrap1 h3 .taps a:hover{
		color: #000;
	}

}